Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Conversation

@keegangeorge
Copy link
Member

🔍 Overview

When exporting an Overall Sentiment report in the admin panel, the export fails with:

Job exception: no implicit conversion of Symbol into Integer

This was happening because we are passing a single Hash to report.data however, exports expect report.data to be an Array of Hashes. This update fixes this issue by wrapping the data in an array.

@keegangeorge keegangeorge merged commit 34c98de into main May 30, 2025
6 checks passed
@keegangeorge keegangeorge deleted the sentiment-export-error branch May 30, 2025 18:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants